-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semidiscrete ot #45
Semidiscrete ot #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great! thanks
setup.py
Outdated
@@ -20,7 +20,7 @@ | |||
UTK_CMAKE_ARGS = [ | |||
f"-DUTK_LOG=ON", | |||
f"-DUTK_USE_OPENMP=ON", | |||
f"-DUTK_USE_FFTW=ON", | |||
f"-DUTK_USE_FFTW=OFF", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabling FFTW from python binding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, that is a mistake... On my computer, the conda environement I use do not like fftw for a reason I still don't know...
Revert wrong change...
Et 👌 |
Added a new metric : semidiscrete optimal transport distance (to uniform distribution) in 2D.